@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
video {
	/* [disabled]z-index: 52; */
	/* [disabled]width: 186px; */
}

#ellez {
	width: 167px;
	height: 61px;
	border-radius: 4px;
	border: thin none #999999;
	position: absolute;
	top: 2px;
	z-index: 17;
	display: block;
	left: 19px;
}
header {
	width: 100%;
	background-color: #000000;
	position: absolute;
	opacity: 0.8;
	height: 70px;
	top: 0px;
	z-index: -9;
	text-shadow: 2px 1px #999999;
	border-bottom-color: #666666;
	border-bottom-style: solid;
}
nav  {
	/* [disabled]background-color: rgba(0,0,0,0.5); */
	font-size: 120%;
	font-weight: bold;
	right: 0px;
	position: absolute;
	width: 119px;
	top: -2px;
}
nav a:link {
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
nav a:visited {
	color: #000000;
}
nav a:hover {
	color: #666666;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}



footer {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #000000;
	color: #CC0000;
	padding-top: 15px;
	padding-bottom: 16px;
	display: block;
	z-index: -13;
	height: 16px;
	border-color: #666666;
	border-style: solid;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
nav a:hover ,a:active ,a:focus {
	text-decoration: none;
}
a img {
	border: none;
}

header, section, footer, aside, article, figure {

}

@media only screen and (min-width:600px){
#ellez {
	/* [disabled]width: 155px; */
	/* [disabled]height: 86px; */
	/* [disabled]padding-top: 19px; */
}

nav  {
	font-size: 276%;
	font-weight: normal;
	right: 11px;
	position: absolute;
	padding-left: 2px;
	opacity: 1;
	border-radius: 5px;
	width: auto;
	line-height: 33px;
	top: 16px;
}




}

@media only screen and (min-height:600px){

footer {
	display: none;
	
}

}
